*
{
  margin-top: 0%;
}

body {
  background: #f4f7fb;
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden;
   padding-top: 120px; 
}



html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 120px; 
}

.home-page {
  font-family: 'Inter', sans-serif;
}

.top-bar {
  height: 40px;
  background: linear-gradient(to right, #1b2c44, #0a1a2f);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}


.main-navbar {
  min-height: 80px;               
  background: #000;
  display: flex;
  align-items: flex-start;        
  padding: 0 30px;
}


#mainlogo {
  width: 350px;
  height: auto;

  object-fit: cover;             
}


.main-navbar .navbar-nav {
  margin-left: auto;              
  padding-top: 34px;             
}


.navbar-nav .nav-item {
  margin: 0 12px;
  padding: 4px;
 
}


.nav-link {
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 0 12px;                
  line-height: normal;
  white-space: nowrap;
}


.nav-link:hover {
  color: #00d4ff !important;
}



.nav-search .nav-link {
  padding: 0 15px;          
  display: flex;
  align-items: center;
}


.nav-search i {
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease;
}

.nav-search i{
  margin-left: 20px;   
}

.nav-search .nav-link:hover i {
  color: #00d4ff;
}



@media (max-width: 991px) {

  .main-navbar {
    align-items: center;
    padding: 10px 15px;
  }

  #mainlogo {
    width: 220px;
    margin-top: 0;
    object-fit: cover;
  }

  .main-navbar .navbar-nav {
    padding-top: 10px;
    margin-left: 0;
  }

  .nav-link {
    padding: 10px 15px;
    font-size: 16px;
  }
}


@media (max-width: 575px) {

  #mainlogo {
    width: 180px;
  }

  .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .nav-search {
    margin-top: 5px;
  }
}

@media (min-width: 992px) {
  .nav-search {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {

  /* Keep dropdown in DOM */
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    padding: 4px 0;
    background: #f1f1f1;
    margin-right: 400px;
    transition:
      opacity 0.35s ease,
      transform 0.35s ease,
      padding 0.4s ease,
      visibility 0.4s;
  }

  /* Dropdown open */
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    padding: 12px 0;
  }

  /* Individual menu items */
  .navbar .dropdown-menu .dropdown-item {
    height: 32px;
    padding: 6px 20px;
    opacity: 1;
    transform: translateY(0);
    transition:
      height 0.45s cubic-bezier(.73,.32,.34,1.5),
      padding 0.45s cubic-bezier(.73,.32,.34,1.5),
      opacity 0.3s ease,
      transform 0.3s ease;
  }

  /* Closed state items */
  .navbar .dropdown:not(:hover) .dropdown-item {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-5px);
    pointer-events: none;
  }
}

/* Remove arrow */
.navbar .dropdown-toggle::after {
  display: none;
}



@media (max-width: 480px) {
  #mainlogo {
    max-width: 160px;
     height: 60px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #mainlogo {
    max-width: 200px;
     height: 60px;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  #mainlogo {
    max-width: 240px;
     height: 60px;
  }
}


@media (min-width: 1025px) {
  #mainlogo {
    max-width: 300px;
    height: 80px;
  }
}
   @media (max-width: 991px) {
  .navbar-collapse {
    background: #0056a3;
    padding: 15px;
    border-radius: 8px;
  }

  .nav-link { 
    color: #fff !important;
    padding: 10px 0;
    display: block;
    text-align: center;
    
  }
}                        



.main-footer {
  background: linear-gradient(180deg, #061a3a, #04122b);
  color: #bfc9d9;
  padding: 60px 0 30px;
  position: relative;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.main-footer p {
  font-size: 15px;
  line-height: 1.7;
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #bfc9d9;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #00b4ff;
  padding-left: 5px;
}


.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0d6efd;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #00b4ff;
}


.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0;
}


.footer-support a {
  color: #00b4ff;
  text-decoration: none;
}

.footer-support a:hover {
  text-decoration: underline;
}


.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #00b4ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.scroll-top:hover {
  background: #0d6efd;
}


@media (max-width: 768px) {
  .footer-title {
    margin-top: 20px;
  }
}

#bullet
{
  margin-left: 200px;
}



html, body {
  overflow-x: hidden;
}


.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.login-link {
  color: #fff;
  text-decoration: none;
}

.login-link:hover {
  color: #00d4ff;
}


.contact-section {
  padding: 80px 0;  
  background: #ffffff;
  top: 0px;
}


.contact-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a1a2f;
}

.contact-subtitle {
  font-size: 15px;
  color: #666;
  margin-top: 8px;
}


.contact-info p {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}

.contact-info a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.support-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}


.map-box {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
  }

  .map-box {
    height: 280px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background: #0056a3;
    padding: 15px;
    border-radius: 8px;
  }

  .nav-link {
    color: #fff !important;
    padding: 10px 0;
    display: block;
    text-align: center;
    
  }
}
/* ================= MOBILE HEADER CONTROL ================= */
@media (max-width: 768px) {

  /* Hide language, login, cart */
  .user-actions {
    display: none !important;
  }

  /* Center contact info */
  .contact-info {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .contact-info i {
    margin-right: 4px;
  }
}
/* ================= MOBILE VIEW ================= */
@media (max-width: 768px) {

  /* 1️⃣ Remove top bar completely */
  .top-bar {
    display: none !important;
  }

  /* 2️⃣ Header styling */
  header,
  .navbar {
    position: fixed;
    top: -7px;                  /* small top gap */
    left: 0;
    width: 100%;
    z-index: 1000;

    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  /* 3️⃣ Prevent content overlap */
  body {
    padding-top: 70px;         /* header height + gap */
  }

  /* 4️⃣ MOBILE SLIDER TOP SPACE */
  .slider,
  .hero,
  .banner,
  .carousel,
  .swiper {
    margin-top: 25px;          /* space below header */
  }
}
